visited links do not change color

84

a {
    text-decoration: none;
}

a:link, a:visited {
    color: blue;
}

a:hover {
    color: red;
}

Comments

Submit
0 Comments